Description:

Determines whether the first specified Point2d comes after (has superior sorting value than) the second point. Coordinates evaluation priority is first X, then Y.

Syntax:
public static public static bool operator >(
Point2d a,
Point2d b
)
Parameters:
Returns:
Type: public
Available since:
5.0

Nothing found